ISubsystem.Initialized property
Checks whether the program is linked to the KINGSTAR Subsystem.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
bool Initialized { get; }
ReadOnly Property Initialized As Boolean
Property value
Type: bool
Remarks
It checks whether a valid link to the KINGSTAR Subsystem exists. A link must exist before a program can interact with the KINGSTAR Subsystem.
See also